home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Assess.Dxr / Internal_353_go next clickon - sliders.ls < prev    next >
Encoding:
Text File  |  1998-04-24  |  174 b   |  11 lines

  1. on mouseDown
  2.   global gViewSet
  3.   puppetSound("mouseDown.aif")
  4.   case gViewSet of
  5.     1:
  6.       clickButton("switchSet")
  7.     2:
  8.       clickButton("slidersDone")
  9.   end case
  10. end
  11.